home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2008 #18 / KCD200818.ISO / Euro Truck / ets_1_00_setup.exe / base.scs / font / lcd_number.font < prev    next >
Text File  |  2008-07-25  |  2KB  |  44 lines

  1. # SCS Font
  2. # Max width: 23
  3. # Max advance: 26
  4. # Typical height 'above the line': 0 (height of letter 'M')
  5. # Max pixels 'above the line': 34
  6. # Max pixels 'below the line': 2
  7.  
  8. vert_span:36  # max difference between lowest and highest pixel in any two glyphs
  9. line_spacing:2  # suggested number of pixels to put between lines
  10.  
  11. image:/font/lcd_number.mat
  12.  
  13. # P_x: starting column of glyph rectangle in the font bitmap
  14. # P_y: starting row of glyph rectangle in the font bitmap
  15. # W: width of the glyph rectangle
  16. # H: height of the glyph rectangle
  17. # L: left offset of the rectangle when placing it relative to current 'pen position'
  18. #    (negative value can be thought of as 'hard' kerning, but is used at the beginning of line too!)
  19. # T: top offset of the rectangle when placing it relative to current 'pen position'
  20. #    (the 'pen' is expected to be at the level of topmost pixel of highest glyph)
  21. # A: advance of the 'pen' for rendering of the following glyph
  22.  
  23. #NUM, P_x, P_y,  W,  H,  L,  T,  A     # character / glyph name
  24.  
  25. $032, 108,  71,  0,  0,  0, 34, 12     # ' ' / 'SPACE'
  26. $047,   1,   1, 23, 36,  1,  0, 25     # '/' / 'SOLIDUS'
  27. $048,  67,   1, 20, 32,  3,  2, 26     # '0' / 'DIGIT ZERO'
  28. $049,  88,   1,  5, 32, 18,  2, 26     # '1' / 'DIGIT ONE'
  29. $050,  94,   1, 20, 32,  3,  2, 26     # '2' / 'DIGIT TWO'
  30. $051,   1,  38, 20, 32,  3,  2, 26     # '3' / 'DIGIT THREE'
  31. $052,  66,  71, 20, 31,  3,  2, 26     # '4' / 'DIGIT FOUR'
  32. $053,  22,  38, 20, 32,  3,  2, 26     # '5' / 'DIGIT FIVE'
  33. $054,  43,  38, 20, 32,  3,  2, 26     # '6' / 'DIGIT SIX'
  34. $055,  64,  38, 20, 32,  3,  2, 26     # '7' / 'DIGIT SEVEN'
  35. $056,  85,  38, 20, 32,  3,  2, 26     # '8' / 'DIGIT EIGHT'
  36. $057, 106,  38, 20, 32,  3,  2, 26     # '9' / 'DIGIT NINE'
  37. $045,  87,  71, 20,  5,  2, 15, 24     # '-' / 'HYPHEN-MINUS'
  38. $058, 115,   1,  5, 27,  3,  7, 11     # ':' / 'COLON'
  39. $078,  25,   1, 20, 33,  3,  2, 26     # 'N' / 'LATIN CAPITAL LETTER N'
  40. $082,  23,  71, 20, 32,  3,  2, 26     # 'R' / 'LATIN CAPITAL LETTER R'
  41. $067,   1,  71, 21, 32,  3,  2, 26     # 'C' / 'LATIN CAPITAL LETTER C'
  42. $104,  46,   1, 20, 33,  3,  1, 26     # 'h' / 'LATIN SMALL LETTER H'
  43. $108,  44,  71, 21, 32,  3,  2, 26     # 'l' / 'LATIN SMALL LETTER L'
  44.